body {
    margin: 0;
    padding: 0;
    background-color: #222;
}

#hoverWeb, #hoverWebParticles {
    position: absolute;
    top: 0;
    left: 0;
}

#hoverWebScreenSizeDetector {
    position: absolute;
    width: 100svw;
    height: 100svh;
    visibility: hidden;
}

.hoverWebTitle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    background-color: rgba(22, 22, 22, .55);
    z-index: 1;
    user-select: none;
}